projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6e942
)
Avoid makeinfo error "@code expected braces"
author
Glenn Morris
<rgm@gnu.org>
Sun, 7 Jul 2019 21:22:23 +0000
(14:22 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 7 Jul 2019 21:22:23 +0000
(14:22 -0700)
* doc/lispref/searching.texi (Rx Constructs): Fix for makeinfo 4.13.
doc/lispref/searching.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/searching.texi
b/doc/lispref/searching.texi
index f95c9bf976e8ffb7557d155bc99d150d7c2b3900..4408fc60c2453c8cc884e357a1b70583ba3d067f 100644
(file)
--- a/
doc/lispref/searching.texi
+++ b/
doc/lispref/searching.texi
@@
-1320,7
+1320,7
@@
For details, @pxref{Syntax Class Table}. Please note that
@code{punctuation}.@*
Corresponding string regexp: @samp{\s@var{code}}
-@item @code
{(category @var{category})}
+@item @code{(category @var{category})}
@cindex @code{category} in rx
Match a character in category @var{category}, which is either one of
the names below or its category character.